Справочник по встроенным модулям¶
В этом разделе описаны встроенные модули Tarantool DB.
- Модуль dictionary
- dictionary_get(entity_name, key)
- dictionary_set(entity_name, key, value[, opt])
- dictionary_del(entity_name, key[, opt])
- dictionary_get_keys(entity_name[, opt])
- dictionary_get_entity(entity_name[, opt])
- dictionary_get_batch(entity_name, key_list)
- dictionary_set_batch(entity_name, key_value)
- dictionary_del_entity(entity_name)
- dictionary_check_consistency()
- dictionary_check_key_consistency()
- dictionary_wait_key_consistency(entity_name, key)
- dictionary_notify_neighbors()
- dictionary_try_sync()
- Модуль tracing